home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / rxbas221.zip / HISTORY.DOC < prev    next >
Text File  |  1997-04-17  |  13KB  |  416 lines

  1. American Coders Ltd
  2. P O Box 97462
  3. Raleigh, NC   27624
  4. USA
  5. (919) 846-2014
  6.  
  7. Register Your Copy
  8.  
  9. Read All Documentation
  10.  
  11. - HISTORY -
  12.  
  13. Version 2.21 - Apr. 30, 1997
  14.  
  15. - CreateIndex and AddTagToMDX ignored the RexxBase.Unique value.
  16. - Memo Field wiped out during update if the field is preceded by a date field 
  17.  
  18. Version 2.20 - Sept. 30, 1996
  19.  
  20. - Added new Control variable RexxBase.IncludeCentury.  If it is set to YES then
  21.   all date logic and routines require century to be used in date fields.
  22.  
  23. - Corrected date calculation logic.
  24.  
  25. - ScanForRecord (rv) failed to set file positioning parameters when BOF was reached.
  26.  
  27. - SummarizeDBF correction.
  28.  
  29. - GotoRecord Function failed with MDX files.
  30.  
  31. - Added ADDON.EXT file for VisPro REXX users.
  32.  
  33. Version 2.11 - May 1, 1996
  34.  
  35. - Unique logic corrected,  duplicate keys were added to indexes even with unique switch set to true.
  36.  
  37. - Simplified and improved export/import functions.
  38.  
  39. - Current key not set correctly. Broke update logic.
  40.  
  41. - Improved indexing logic for tags.
  42.  
  43. - Packing logic improved.
  44.  
  45. Version 2.10 - March 21, 1996
  46.  
  47. - Added new function to registered DLL(rv).  RexxBase_WriteDBFWithLock. This will allow serialization
  48. of database writes and prevent errors when multiple hits occur to the same database file and associated
  49. index and text files.
  50.  
  51. - Added database variable "databasename".dbasefileformat.    This returns dBase3 or dBase4, based on
  52. the dbf's format.  Note: without MDX files or MEMO fields a DBF file format defaults to dBase3.
  53.  
  54. - Added internal record locking to registered version (rv) through the use of semaphores.
  55.  
  56. - DLL program would allow for only 3 MDX tags.
  57.  
  58. - EXE program could not create indexes with numeric fields. 
  59.  
  60. -Recompiled INSTALL.EXE and REXXBASE.EXE with newest version of VisPro/REXX. (3.01).
  61.  
  62. - Modify function was using the current file's dBaseFileFormat field instead of the global field.  Thereby,
  63. preventing conversions of files from one format to another.
  64.  
  65. -Added Drag and Drop to EXE main window.  If you have a DBF with an OS/2 setting type of "DBF",
  66. then you can drag onto the EXE, while it's running, and have it added to the list.
  67.  
  68. - Documentation failed to fully describe the RexxBase.ERROR control variable.
  69.  
  70. -Corrected documentation with regards to specifying a TAG name when opening a file.
  71.  
  72. -Writes followed immediately by an Update would not create valid indexes and caused SYS3175 errors.
  73.  
  74. -Corrected EXE errors when catalog file contained a DBF that doesn't exist.
  75.  
  76. -Corrected problem when adding an MDX tag in the EXE.  The tag name would not show up.
  77.  
  78. -PackDBF function didn't update the header correctly.
  79.  
  80. Version 2.06 - January 22, 1996
  81.  
  82. - Install program was marked as not executable.
  83. - No changes to DLL.
  84.  
  85. Version 2.05 - January 2, 1996
  86.  
  87. - Install program now looks for config.sys in BOOTed drive
  88. - If unable to allocate memory in OPEN function was causing a 3175 error.
  89. - Enhanced record scope.
  90. - Added logic to allow binary data to be stored in CHAR and MEMO fields.
  91.          RexxBase.UseStringLengths = "YES|NO"
  92. - Corrected ModifyDBF function causing a 3175 error and dropping memo data.
  93. - Added code to registered version to prevent copyright notice from being displayed.
  94. - Improved Export/Import function handling of signed numeric data.
  95.  
  96. Version 2.04 Sept. 30, 1995
  97.  
  98. - ReadPrevDBF and others failed when GOTORecord(bottom) was used.
  99.  
  100. - UpdateDBF failed for both NDX and MDX indexes.
  101.  
  102. - Packing dBase IV style DBT files used incorrect blocking factor. This could
  103. and most likely did create exception conditions.
  104.  
  105. - Packing dBase IV MDX files got larger in size.
  106.  
  107. - Reset Index Logic failed to verify if any TAGs were in use.
  108.  
  109.  
  110. Version 2.03  Aug. 1, 1995
  111.  
  112. The switch AllowDuplicateIndexes was defaulting to NO,  The default value is now YES.
  113.  
  114. The switch AllowDuplicateIndexes now works in conjunction with the index file
  115. indicator Duplicates Allowed.
  116.  
  117. MDX indexing algorithm improved and corrected.
  118.  
  119. NDX file links updated incorrectly for large files.
  120.  
  121. SummarizeDBF function corrupted field that was before a numeric field.
  122.  
  123. Included VX-Rexx macro package.
  124.  
  125. INSTALL program was not HPFS aware.
  126.  
  127. Version 2.02  June 15, 1995
  128.  
  129. Corrected documentation error. RexxBase.SkipDeleted switches use YES
  130. or NO.
  131.  
  132. Corrected DLL to reflect documentation: RexxBase.dBaseFileType should
  133. be RexxBase.dBaseFileFormat.  Use RexxBase.dBaseFileFormat.
  134.  
  135. Corrected DLL to reflect documentation: RexxBase.dBaseFileType default
  136. value is "dbase3".
  137.  
  138. Improved GotoRecord function.  Specifically TOP parameter and indexes
  139. now in synch.
  140.  
  141. CREATE and PACKING functions failed for dBase IV memo fields.
  142.  
  143. Corrected documentation error.  References to RexxBase.AllowDuplicateIndex
  144. corrected to RexxBase.AllowDuplicateIndexes.
  145.  
  146. Corrected Reindex problem. Not building control blocks correctly. Function
  147. required closing DBF before using again.
  148.  
  149. Patched Reindex function memory leak.
  150.  
  151. CreateDBFFrom function required closing source DBF before using again.
  152.  
  153. Restored CloseAllDBF to unregistered version.
  154.  
  155. Filter routines recalculated dates twice to produce incorrect results(rv).
  156.  
  157. REXXBASE.EXE concatenated INDEX filenames incorrectly.
  158.  
  159. Version 2.01  May 16, 1995
  160.  
  161. Shareware zip file missing component file for Install process.
  162.  
  163. Version 2.00  May 15, 1995
  164.  
  165. - Added logic to create a DBT file for SummarizeDBF function. (rv).
  166.  
  167. - Corrected logic in ModifyDBF function.
  168.  
  169. - Modified (extensively) REXXBASE.EXE.
  170.  
  171.  
  172.  
  173. Version 2.00 BETA Apr. 15, 1995
  174.  
  175. Added dBase IV functionality.
  176.  
  177. Update DOCS
  178.  
  179. Added several new functions that work with MDX files.
  180.  
  181. Removed CloseAllDBF from unregistered version.
  182.  
  183. Added several new control words.
  184.  
  185. Added several new access words.
  186.  
  187. Version 1.36  Feb. 6, 1995
  188.  
  189. Corrected memory leak.
  190.  
  191. Corrected problem with GOTORECORD TOP|BOTTOM
  192.  
  193. Corrected Create/ModifyDBF functions and numeric field definition problems.
  194.  
  195. RexxBase_FindRecord was not resetting filestatus
  196.  
  197. Fixed problem with updates when a logic field precedes a memo field
  198.  
  199. Minor documentation updates.
  200.  
  201. Released BETA of Front-End GUI program.
  202.  
  203. Version 1.35  Jan. 12, 1995
  204.  
  205. Corrected SYS3175 access violation with CloseDBF function
  206.  
  207. Version 1.34  Sept. 4, 1994
  208.  
  209. Corrected reindex problem.  Program would not reindex the first index in
  210. the opendbf list.
  211.  
  212. Version 1.33  July 20, 1994
  213.  
  214. Corrected problem with indexes.  If you created or recreated indexes and then
  215. immediately added or updated fields associated with the indexes the index
  216. file was corrupted.
  217.  
  218. Version 1.32 July 12, 1994 (Bug fix)
  219.  
  220. - Character Fields were stored right justified
  221.  
  222. Version 1.31 June 23, 1994 (Bug fix)
  223.  
  224. - Memo Fields were not updated in DBT file correctly.
  225.  
  226. - Write, Update, and Pack routines would only process first memo field
  227. of a record.
  228.  
  229. - Improved Pack function.
  230.  
  231. - Recompiled with C Set++ Version 2.1 compiler.
  232.  
  233. Version 1.30 May 27, 1994
  234.  
  235. - Simplified MEMO field access.  MEMO fields are returned as simple
  236.   REXX variable names.  Previous versions had MEMO fields stored as
  237.   complex (STEM) variables, like arrays.
  238.  
  239. - Added a new function Rexxbase_SummarizeDBF to registered version.
  240.  
  241. - Added a new function Rexxbase_ChangePrimaryIndex to registered version.
  242.  
  243. - Added a new function Rexxbase_Soundex to registered version.
  244.  
  245.  
  246. Fixes in Version 1.30
  247.  
  248. - Added logic to update index pointers when RexxBase_GotoRecord function
  249.   used TOP or BOTTOM options.
  250.  
  251. - RexxBase_FindRecord is used against a database with no records created
  252.   a system error SYS3175.
  253.  
  254. - RexxBase_SortDBF added an extra byte to header.  Data fields off by 1.
  255.  
  256. - For indexes with numeric fields, Rexxbase_WriteDBF was not passing correct
  257.   index value.
  258.  
  259. - RexxBase_CreateDBF used in correct data buffer offset.  If used in
  260.   conjunction with WriteDBF, data was written to dbf incorrectly.
  261.  
  262.  
  263. Version 1.23 Mar 15, 1994 (Bug fix)
  264.  
  265. - Forgot to define Rexxbase_ShutDown for LINKER in shareware.DEF file.
  266.   Caused function not found condition.
  267.  
  268. - Forgot to define Rexxbase_ShutDown
  269.                    Rexxbase_FilterDBF
  270.                    Rexxbase_ScanForRecord
  271.                    Rexxbase_JoinDBF for LINKER in registered .DEF file.
  272.   Caused function not found condition.
  273.  
  274. - When opened with an index, ReadPrev would get lost within the database
  275.   when a TOF condition is present.
  276.  
  277. - When opened with an index, if ReadDBF done first, function returned
  278.   second record in index.
  279.  
  280. - Sort routine checked Join connection too soon.  No sorts would work.
  281.  
  282. - Delete and Undelete functions were creating index records.
  283.  
  284. - When writing records to the database an invalid character was
  285.   used for the NON-DELETE indicator.  It was set to /x00 now sets to /x20.
  286.  
  287. - Corrected error in CreateDBF function. NUM FIELDS with DECIMAL POSITIONS
  288.   were rejected.
  289.  
  290. - Corrected error in field truncation. NUM fields with sizes > 9 and
  291.   no DECIMAL POSITIONS were limited to about 2 billion.  Any number greater
  292.   than that was truncated.  Still some rounding errors for fields with
  293.   sizes greater 17 and with decimal positions.  This may be a limitation of
  294.   REXX because the numbers store correctly in DBF.
  295.  
  296. Version 1.22 Mar 1, 1994 (Enhancements and fixes)
  297.  
  298. - Prevented Rexxbase_UpdateDBF from executing when the record pointer
  299. is at TOF or BOF.
  300.  
  301. - Corrected Rexxbase_CloseDBF function.  The database name passed was not
  302. being freed from the list.
  303.  
  304. - Added new function to shareware version:
  305.  
  306.   Rexxbase_ShutDown
  307.  
  308. - Added new functions to registered version:
  309.  
  310.     Rexxbase_FilterDBF
  311.     Rexxbase_ScanForRecord
  312.     Rexxbase_JoinDBF
  313.  
  314. - Added new control variable
  315.  
  316.   Rexxbase.UpdateHeaderCounter
  317.  
  318. - Added the option TOP to the Rexxbase_GotoRecord function.
  319.  
  320. - Added the option BOT or BOTTOM to Rexxbase_GotoRecord function.
  321.  
  322.  
  323. Version 1.21 Feb 14, 1994 (Bug fix)
  324.  
  325. - Updated ReadDBF function for first Index update pointer logic.
  326.  
  327. - Updated CreateIndex function to get field names in a quoted string.
  328.  
  329. - Indexing control variable too small, limited record counts to < 128.
  330.  
  331. - Problem when passing an empty string i.e. RexxBase_FindRecord('dbf','')
  332.  
  333. - REXXBASE.RECORDNUMBER was misspelled in DLL.
  334. - Rexxbase_ReadPrev would go back two records.
  335. - Rexxbase_GotoRecord abended when run right after Rexxbase_CreateIndex
  336.  
  337.  
  338. Version 1.20 Feb 2, 1994 GA Release
  339.  
  340. - EQUALS parameter to RexxBase.FindRecord
  341.        allows for exact key matching.
  342. - Corrected problem with NDX files not being sharable.
  343.  
  344. Version 1.18 Beta Jan 20, 1994
  345.  
  346. - Added new variable Rexxbase.Version, which contains the
  347. current version number of RexxBase.
  348. - Corrected problem with records created with Clipper.
  349. - Update of index records work only when record was read with
  350. Rexxbase_FindRecord.  Corrected so that index records are updated when
  351. used with any read function.
  352. - Rexxbase_PackDBF abended if file was opened WITHOUT indexes.
  353.  
  354. Version 1.17  Beta Jan. 10, 1993
  355.  
  356. - Added record locking functions.
  357. - Corrected bug that did not allow multiple database processing.
  358. - Corrected numeric key field length - was too small.
  359. - Added logic to prevent creating keys greater than 100 bytes.
  360. - Documentation updates.
  361.  
  362. Version 1.16  Beta Jan. 3, 1993
  363.  
  364. - Correct field alignment in DBF file. You will have to recreate
  365. your files due to this error.
  366. - Logical fields not stored correctly.
  367. - Logical fields not set correctly.
  368. - Removed zero padding from numeric fields.
  369.  
  370. Version 1.15  Beta Dec. 21, 1993
  371.  
  372. - Last update field not set correctly, mainly effected create
  373. functions.
  374. - Invalid date field should be set to spaces not zeroes.
  375. - Corrected errors in updating numeric fields
  376. - Corrected record alignment
  377.  
  378. Version 1.14  Beta Dec. 15, 1993
  379.  
  380. - Corrected errors in updating numeric fields
  381. - Corrected documentation
  382.  
  383. Version 1.13  Beta Dec 7, 1993 - NOT RELEASED
  384.  
  385. - Corrected errors in index functions - files not closed.
  386. - Corrected documentation
  387.  
  388. Version 1.12  Beta Dec. 1, 1993
  389.  
  390. - Corrected errors in CreateDBF and CreateFromDBF functions
  391. - Corrected documentation
  392.  
  393. Version 1.11  Beta Nov. 22, 1993
  394.  
  395. - CHANGED DATE FORMATTING TO BE COUNTRY CODE SPECIFIC
  396. - Corrected errors in CreateDBF and CreateFromDBF functions
  397. - Corrected documentation
  398.  
  399. Version 1.10  Beta Nov. 15, 1993
  400.  
  401. - Multi file access
  402. - Index access and other functions
  403. - Create functions
  404. - Modify structures
  405. - Improved Initialization Routine
  406. - Improved error reporting
  407. - Improved documentation
  408.  
  409. Version 1.02 Alpha Oct. 15, 1993
  410.  
  411. - Bug fix.
  412.  
  413. Version 1.01 Alpha Sep 1, 1993
  414.  
  415. - Initial release.
  416.